home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2003 December
/
The Sunday Times - The Month 2003-12.iso
/
pc
/
engine
/
shell
/
shell.swf
/
scripts
/
DefineSprite_91
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-10
|
104 b
|
10 lines
function show(label)
{
gotoAndStop(label);
}
function hide()
{
gotoAndStop(1);
}
stop();